sync.Pool.pinSlow (method)

2 uses

	sync (current package)
		pool.go#L209: 	return p.pinSlow()
		pool.go#L212: func (p *Pool) pinSlow() (*poolLocal, int) {